home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / etc / checkbox.d / checkbox-backend.ini next >
Encoding:
INI File  |  2009-04-01  |  435 b   |  19 lines

  1. [DEFAULT]
  2.  
  3. # Space separated list of files to include as a dependency for the
  4. # backend interface.
  5. includes = %(checkbox_share)s/configs/checkbox.ini
  6.  
  7. [checkbox/plugins]
  8.  
  9. whitelist = backend_manager suites_info
  10.  
  11. [checkbox/plugins/user_interface]
  12.  
  13. # Module where the user interface implementation is defined.
  14. interface_module = checkbox.user_interface
  15.  
  16. # Class implementing the UserInterface interface.
  17. interface_class = UserInterface
  18.  
  19.